home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / nwlib15.zip / DEMO.ZIP / STATS.DFM / STATS.txt
Text File  |  1996-04-20  |  9KB  |  427 lines

  1. object winStats: TwinStats
  2.   Left = 41
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Server Statistics'
  6.   ClientHeight = 325
  7.   ClientWidth = 667
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Pitch = fpVariable
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object CancelBtn: TBitBtn
  18.     Left = 287
  19.     Top = 284
  20.     Width = 95
  21.     Height = 34
  22.     TabOrder = 0
  23.     Kind = bkCancel
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object statPanel: TPanel
  29.     Left = 7
  30.     Top = 10
  31.     Width = 651
  32.     Height = 267
  33.     BevelInner = bvRaised
  34.     BevelOuter = bvLowered
  35.     TabOrder = 1
  36.     object Label7: TLabel
  37.       Left = 2
  38.       Top = 49
  39.       Width = 94
  40.       Height = 20
  41.       Alignment = taRightJustify
  42.       AutoSize = False
  43.       Caption = 'SFT Level:'
  44.     end
  45.     object Label8: TLabel
  46.       Left = 7
  47.       Top = 85
  48.       Width = 90
  49.       Height = 20
  50.       Alignment = taRightJustify
  51.       AutoSize = False
  52.       Caption = 'TTS Level:'
  53.     end
  54.     object Label9: TLabel
  55.       Left = 5
  56.       Top = 14
  57.       Width = 92
  58.       Height = 19
  59.       Alignment = taRightJustify
  60.       AutoSize = False
  61.       Caption = 'Server Ver:'
  62.     end
  63.     object Label10: TLabel
  64.       Left = 4
  65.       Top = 226
  66.       Width = 92
  67.       Height = 19
  68.       Alignment = taRightJustify
  69.       AutoSize = False
  70.       Caption = 'Peak Conns:'
  71.     end
  72.     object Label11: TLabel
  73.       Left = 2
  74.       Top = 191
  75.       Width = 95
  76.       Height = 20
  77.       Alignment = taRightJustify
  78.       AutoSize = False
  79.       Caption = 'Conn in Use:'
  80.     end
  81.     object Label12: TLabel
  82.       Left = 4
  83.       Top = 156
  84.       Width = 93
  85.       Height = 20
  86.       Alignment = taRightJustify
  87.       AutoSize = False
  88.       Caption = 'Max Conns:'
  89.     end
  90.     object Label13: TLabel
  91.       Left = 12
  92.       Top = 121
  93.       Width = 84
  94.       Height = 19
  95.       Alignment = taRightJustify
  96.       AutoSize = False
  97.       Caption = 'Max Vols:'
  98.     end
  99.     object sftLevel: TEdit
  100.       Left = 98
  101.       Top = 46
  102.       Width = 71
  103.       Height = 24
  104.       AutoSize = False
  105.       TabOrder = 0
  106.       Text = 'sftLevel'
  107.     end
  108.     object ttsLevel: TEdit
  109.       Left = 98
  110.       Top = 81
  111.       Width = 71
  112.       Height = 25
  113.       AutoSize = False
  114.       TabOrder = 1
  115.       Text = 'ttsLevel'
  116.     end
  117.     object serverVer: TEdit
  118.       Left = 98
  119.       Top = 10
  120.       Width = 71
  121.       Height = 24
  122.       AutoSize = False
  123.       TabOrder = 2
  124.       Text = 'serverVer'
  125.     end
  126.     object NumVolumes: TEdit
  127.       Left = 98
  128.       Top = 117
  129.       Width = 71
  130.       Height = 25
  131.       AutoSize = False
  132.       TabOrder = 3
  133.       Text = 'numVolumes'
  134.     end
  135.     object maxConns: TEdit
  136.       Left = 98
  137.       Top = 153
  138.       Width = 71
  139.       Height = 24
  140.       AutoSize = False
  141.       TabOrder = 4
  142.       Text = 'maxConns'
  143.     end
  144.     object connsInUse: TEdit
  145.       Left = 98
  146.       Top = 188
  147.       Width = 71
  148.       Height = 25
  149.       AutoSize = False
  150.       TabOrder = 5
  151.       Text = 'connsInUse'
  152.     end
  153.     object peakConns: TEdit
  154.       Left = 98
  155.       Top = 224
  156.       Width = 71
  157.       Height = 25
  158.       AutoSize = False
  159.       TabOrder = 6
  160.       Text = 'peakConns'
  161.     end
  162.     object Stats: TGroupBox
  163.       Left = 181
  164.       Top = 4
  165.       Width = 198
  166.       Height = 253
  167.       Caption = 'Stats (4.x Only)'
  168.       TabOrder = 7
  169.       object Label6: TLabel
  170.         Left = 4
  171.         Top = 119
  172.         Width = 95
  173.         Height = 20
  174.         Alignment = taRightJustify
  175.         AutoSize = False
  176.         Caption = 'Packets Out:'
  177.       end
  178.       object Label5: TLabel
  179.         Left = 5
  180.         Top = 76
  181.         Width = 95
  182.         Height = 20
  183.         Alignment = taRightJustify
  184.         AutoSize = False
  185.         Caption = 'Packets In:'
  186.       end
  187.       object Label1: TLabel
  188.         Left = 4
  189.         Top = 31
  190.         Width = 94
  191.         Height = 19
  192.         Alignment = taRightJustify
  193.         AutoSize = False
  194.         Caption = 'Server Ticks:'
  195.       end
  196.       object Label2: TLabel
  197.         Left = 10
  198.         Top = 226
  199.         Width = 178
  200.         Height = 16
  201.         Alignment = taCenter
  202.         AutoSize = False
  203.         Caption = 'Utilization'
  204.         Font.Color = clBlack
  205.         Font.Height = -15
  206.         Font.Name = 'MS Sans Serif'
  207.         Font.Style = []
  208.         ParentFont = False
  209.       end
  210.       object packetsOut: TEdit
  211.         Left = 101
  212.         Top = 116
  213.         Width = 87
  214.         Height = 24
  215.         AutoSize = False
  216.         TabOrder = 0
  217.         Text = 'packetsOut'
  218.       end
  219.       object upTime: TEdit
  220.         Left = 101
  221.         Top = 27
  222.         Width = 87
  223.         Height = 25
  224.         AutoSize = False
  225.         TabOrder = 1
  226.         Text = 'upTime'
  227.       end
  228.       object packetsIn: TEdit
  229.         Left = 101
  230.         Top = 73
  231.         Width = 87
  232.         Height = 24
  233.         AutoSize = False
  234.         TabOrder = 2
  235.         Text = 'packetsIn'
  236.       end
  237.       object Panel2: TPanel
  238.         Left = 9
  239.         Top = 158
  240.         Width = 181
  241.         Height = 67
  242.         Caption = 'Panel2'
  243.         TabOrder = 3
  244.         object gUtilization: TGauge
  245.           Left = 1
  246.           Top = 1
  247.           Width = 179
  248.           Height = 65
  249.           Align = alClient
  250.           Kind = gkNeedle
  251.           BorderStyle = bsNone
  252.           BackColor = clHighlight
  253.           Progress = 0
  254.         end
  255.       end
  256.     end
  257.     object cache: TGroupBox
  258.       Left = 384
  259.       Top = 4
  260.       Width = 257
  261.       Height = 253
  262.       Caption = ' Cache Stats (4.x only w/console) '
  263.       TabOrder = 8
  264.       object Label14: TLabel
  265.         Left = 5
  266.         Top = 228
  267.         Width = 144
  268.         Height = 19
  269.         Alignment = taRightJustify
  270.         AutoSize = False
  271.         Caption = 'Min Cache Buffers:'
  272.       end
  273.       object Label20: TLabel
  274.         Left = 12
  275.         Top = 198
  276.         Width = 137
  277.         Height = 20
  278.         Alignment = taRightJustify
  279.         AutoSize = False
  280.         Caption = 'Max Byte Count:'
  281.       end
  282.       object Label19: TLabel
  283.         Left = 8
  284.         Top = 169
  285.         Width = 141
  286.         Height = 19
  287.         Alignment = taRightJustify
  288.         AutoSize = False
  289.         Caption = 'Concurrent Writes:'
  290.       end
  291.       object Label18: TLabel
  292.         Left = 12
  293.         Top = 139
  294.         Width = 137
  295.         Height = 20
  296.         Alignment = taRightJustify
  297.         AutoSize = False
  298.         Caption = 'Dirty Wait Time:'
  299.       end
  300.       object Label17: TLabel
  301.         Left = 6
  302.         Top = 110
  303.         Width = 143
  304.         Height = 19
  305.         Alignment = taRightJustify
  306.         AutoSize = False
  307.         Caption = 'Dirty Cache Hits:'
  308.       end
  309.       object Label16: TLabel
  310.         Left = 46
  311.         Top = 80
  312.         Width = 103
  313.         Height = 20
  314.         Alignment = taRightJustify
  315.         AutoSize = False
  316.         Caption = 'Disk Writes:'
  317.       end
  318.       object Label15: TLabel
  319.         Left = 36
  320.         Top = 50
  321.         Width = 113
  322.         Height = 20
  323.         Alignment = taRightJustify
  324.         AutoSize = False
  325.         Caption = 'Write Blocks:'
  326.       end
  327.       object Label21: TLabel
  328.         Left = 50
  329.         Top = 21
  330.         Width = 99
  331.         Height = 20
  332.         Alignment = taRightJustify
  333.         AutoSize = False
  334.         Caption = 'Cache Hits:'
  335.       end
  336.       object cacheHits: TEdit
  337.         Left = 150
  338.         Top = 17
  339.         Width = 97
  340.         Height = 25
  341.         AutoSize = False
  342.         TabOrder = 0
  343.         Text = 'cacheHits'
  344.       end
  345.       object writeBlockCount: TEdit
  346.         Left = 150
  347.         Top = 47
  348.         Width = 97
  349.         Height = 24
  350.         AutoSize = False
  351.         TabOrder = 1
  352.         Text = 'writeBlockCount'
  353.       end
  354.       object diskWriteCount: TEdit
  355.         Left = 150
  356.         Top = 76
  357.         Width = 97
  358.         Height = 25
  359.         AutoSize = False
  360.         TabOrder = 2
  361.         Text = 'diskWriteCount'
  362.       end
  363.       object numDirtyCacheHits: TEdit
  364.         Left = 150
  365.         Top = 106
  366.         Width = 97
  367.         Height = 24
  368.         AutoSize = False
  369.         TabOrder = 3
  370.         Text = 'numDirtyCacheHits'
  371.       end
  372.       object cacheDirtyWaitTime: TEdit
  373.         Left = 150
  374.         Top = 135
  375.         Width = 97
  376.         Height = 25
  377.         AutoSize = False
  378.         TabOrder = 4
  379.         Text = 'cacheDirtyWaitTime'
  380.       end
  381.       object cacheMaxConcurrent: TEdit
  382.         Left = 1